GetString(CultureInfo,String,Object[]) Method
In This Topic
Returns the value of the resource localized for the specified culture with the specified name in the assembly indicated by the template type and returns the formated string that replaced the format specification in the String with the textual equivalent of the value of a corresponding Object instance in a specified array.
Syntax
Parameters
- culture
- The CultureInfo object that represents the culture for which the resource is localized.
- name
- Name of the resource to get.
- args
- An Object array containing zero or more objects to be formatted.
Return Value
The formated value of a resource.
See Also